home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineSprite_338 / frame_2 / DoAction.as
Text File  |  2010-11-09  |  209b  |  19 lines

  1. delete onenterframe;
  2. r.score += 5 * r.point;
  3. if(hd == r.hd)
  4. {
  5.    t.gotoAndStop("fall1");
  6. }
  7. else
  8. {
  9.    t.gotoAndStop("fall2");
  10. }
  11. if(r.hd == 1)
  12. {
  13.    _xscale = -100;
  14. }
  15. else
  16. {
  17.    _xscale = 100;
  18. }
  19.